-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add RotorS interface. #5
Conversation
${BLAS_LIBRARIES} | ||
${LAPACK_LIBRARIES} | ||
${LAPACKE_LIBRARIES} | ||
${OpenCV_LIBRARIES} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
opencv is needed
@@ -1,6 +1,6 @@ | |||
#pragma once | |||
|
|||
#include <yaml-cpp/yaml.h> | |||
#include <stdlib.h> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really needed here.
unity_bridge_->getRender(0); | ||
unity_bridge_->handleOutput(unity_output_); | ||
unity_bridge_ptr_->getRender(0); | ||
unity_bridge_ptr_->handleOutput(unity_output_); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unify this interface.
add RotorS interface.
No description provided.